home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set mousepos to point(the mouseH, the mouseV)
- if not inside(mousepos, rect(0, 0, 420, 78)) then
- puppetSprite(64, 0)
- go("wait")
- end if
- if rollOver(6) then
- set the member of sprite 10 to member "Screen1"
- else
- if rollOver(7) then
- set the member of sprite 10 to member "Screen2"
- else
- if rollOver(8) then
- set the member of sprite 10 to member "Screen3"
- else
- puppetSprite(10, 0)
- end if
- end if
- end if
- go(the frame)
- end
-